Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.picture.actions--actions

This contribution is part of XML component org.nuxeo.ecm.platform.picture.actions inside nuxeo-platform-imaging-dm-6.0.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action enabled="true" id="tab_imageview" label="action.view.picture" link="/incl/tabs/picture_view.xhtml" order="22" type="rest_document_link">
          <category>VIEW_ACTION_LIST</category>
          <filter-id>hasPictureFacet</filter-id>
        </action>
  • <action enabled="true" id="tab_metadata_picture" label="action.view.metadata_picture" link="/incl/tabs/metadata_picture.xhtml" order="24" type="rest_document_link">
          <category>VIEW_ACTION_LIST</category>
          <filter-id>hasPictureFacet</filter-id>
        </action>
  • <action id="triggerContentViewSlideshow" label="label.contentview.trigger.slideshow" order="70" type="template">
          <category>CONTENT_VIEW_ACTIONS</category>
          <properties>
            <property name="template">
              /incl/action/content_view_slideshow.xhtml
            </property>
          </properties>
          <filter-id>contentViewShowSlideshow</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action enabled="true" id="tab_imageview" label="action.view.picture" link="/incl/tabs/picture_view.xhtml" order="22" type="rest_document_link">
      <category>VIEW_ACTION_LIST</category>
      <filter-id>hasPictureFacet</filter-id>
    </action>

    <action enabled="true" id="tab_metadata_picture" label="action.view.metadata_picture" link="/incl/tabs/metadata_picture.xhtml" order="24" type="rest_document_link">
      <category>VIEW_ACTION_LIST</category>
      <filter-id>hasPictureFacet</filter-id>
    </action>

    <action id="triggerContentViewSlideshow" label="label.contentview.trigger.slideshow" order="70" type="template">
      <category>CONTENT_VIEW_ACTIONS</category>
      <properties>
        <property name="template">
          /incl/action/content_view_slideshow.xhtml
        </property>
      </properties>
      <filter-id>contentViewShowSlideshow</filter-id>
    </action>

  </extension>